@charset "gb2312";
/* CSS Document */
/*reset*/
* {
	margin:0;
	padding:0;
	border:none;
	outline:none;
}
body {
	font-family:"Î¢ÈíÑÅºÚ";
	font-size:12px;
	color:#000;
	width:100%;
	height:100%;
	background:#EDEDED;
}
body, ul, li {
	margin:0;
	padding:0;
}
ul {
	list-style:none;
}
img {
	border:none;
}
a {
	text-decoration:none;
}
/*basic*/
.jz {
	margin:0 auto;
}
